home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / feel0_89.lha / Feel / bin / mkdistrib < prev    next >
Encoding:
Text File  |  1993-07-15  |  694 b   |  16 lines

  1. #!/bin/sh
  2. FEEL_PATH=/net/brad/opt/home/pab/Feel
  3. cd $FEEL_PATH
  4. chmod u+w Src/Makefile
  5. cd ..
  6.  
  7. # Yup, I should use a real regexp, but what the hell...
  8. tar chfv - `find Feel \( ! -type d \) \! \( -name \*you\* -o -name \*.fm -o -name \*.sc -o -name \*.o \
  9.                -o  -name core -o -name \*RCS\* -o -name \*,v -o -name \*\~           \
  10.                           \) -print | grep -v Compiler | grep -v CBoot` | compress > /tmp/feel.tar.Z
  11.  
  12. tar chfv - `find Feel/Boot/CBoot Feel/Boot/Compiler    \
  13.          \! \( -name \*.fm -o -name \*.sc -o -name core -o -name \*~ -o -name \*.o \) \
  14.         -print`   | compress > /tmp/comp.tar.Z
  15.  
  16. #-print | grep -v \.fm | grep -v \.sc | grep -v \.o | grep -v you | grep -v RCS | grep -v \~ ` \